'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function ReadMultipleItems( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptorArray() As DAItemDescriptor, _ ByVal readParameters As DAReadParameters _ ) As DAVtqResult()
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim itemDescriptorArray() As DAItemDescriptor Dim readParameters As DAReadParameters Dim value() As DAVtqResult value = IEasyDAClientExtension.ReadMultipleItems(client, serverDescriptor, itemDescriptorArray, readParameters)
[Extension()] [ElementsNotNull()] [NotNull()] public static DAVtqResult[] ReadMultipleItems( IEasyDAClient client, ServerDescriptor serverDescriptor, DAItemDescriptor[] itemDescriptorArray, DAReadParameters readParameters )
[Extension()] [ElementsNotNull()] [NotNull()] public: static array<DAVtqResult^>^ ReadMultipleItems( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, array<DAItemDescriptor^>^ itemDescriptorArray, DAReadParameters^ readParameters )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptorArray
- Array of OPC items involved in the operation.
- readParameters
- Contains parameters for OPC read operations, such as the data source or value age.
Return Value
The function returns an array of OpcLabs.EasyOpc.DataAccess.OperationModel.DAVtqResult objects. The indices of elements in the output array are the same as those in the input array, itemDescriptorArray.